Branching statement
Example (Step 4)
Problem solving sequence:
1.
Algorithm
2.
Pseudo-code
3.
Block diagram
4.
C/C++ code
if (my_money > cost_of_CD)
buy_CD();
else
get_a_job();